github.com/gotd/td/telegram.Client.onDead (field)
13 uses
github.com/gotd/td/telegram (current package)
cdn_conn_dead.go#L42: if c.onDead != nil {
cdn_conn_dead.go#L43: c.onDead(err)
cdn_conn_dead.go#L60: if c.onDead != nil {
cdn_conn_dead.go#L61: c.onDead(err)
client.go#L67: onDead func(error) // immutable
client.go#L195: onDead: opt.OnDead,
conn_builder.go#L91: return c.createConn(0, c.defaultMode, setup, c.onDead)
pfs.go#L36: if c.onDead != nil {
pfs.go#L37: c.onDead(err)
pfs.go#L54: if c.onDead != nil {
pfs.go#L55: c.onDead(err)
pool.go#L53: if c.onDead != nil {
pool.go#L54: c.onDead(err)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |